.b_AssetsList h2{text-align:center}.b_AssetsList .assets-wrapper{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-evenly;gap:15px 20px;margin-top:50px;margin-bottom:50px}@media(min-width: 768px){.b_AssetsList .assets-wrapper{flex-wrap:wrap;flex-direction:row}}.b_AssetsList .assets-wrapper .asset-item{display:flex;align-items:center;text-decoration:none}@media(min-width: 768px){.b_AssetsList .assets-wrapper .asset-item{width:40%}}@media(min-width: 1200px){.b_AssetsList .assets-wrapper .asset-item{width:30%}}.b_AssetsList .assets-wrapper .asset-item svg{color:var(--blue);min-width:33px;min-height:44px}.b_AssetsList .assets-wrapper .asset-item p{font-family:var(--font-secondary);font-weight:700;font-size:20px;margin:0 0 0 15px}.b_AssetsList .assets-wrapper .asset-item:hover{text-decoration:underline}.b_AssetsList .assets-wrapper .asset-item:hover p{color:var(--blue)}.b_AssetsList .assets-wrapper .asset-item:hover svg{color:var(--medium-blue)}.b_AssetsList #load-more{margin:25px auto;width:auto}